home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW etc / MPW-GM / Interfaces&Libraries / RuntimeLibraries / Power Macintosh Additions / Mac OS 7.6 or Later / StdCLib ReadMe next >
Encoding:
Text File  |  1998-11-19  |  1.1 KB  |  26 lines  |  [TEXT/MPS ]

  1. At the time of ETO #23, there was an incompatibility discovered
  2. between System 7.6 and versions of StdCLib 3.4.4 or later and
  3. certain PowerMac's including 6100/7100/8100's and 5200's.
  4.  
  5. The problem was actually in how the system loads and registers libraries
  6. at boot time.  In some cases, an application/tool would crash with
  7. a 'PowerPC access exception at AAFE0700' when exiting.  The
  8. application/tool would complete its work, but not cleanup properly
  9. on exit and crash.
  10.  
  11. This problem was fixed in System 8.0.
  12.  
  13. BUT NOTE THAT THIS PROBLEM HAS REOCCURRED IN SYSTEM 8.5:
  14. -------------------------------------------------------
  15.  
  16. Due to a new dependence on StdCLib in the boot process of 8.5,
  17. the behavior described above has recurred, and it eluded our
  18. testing of System 8.5.
  19.  
  20. If you must use System 7.6, 7.6.1 or 8.5 and StdCLib 3.4.4 or
  21. later, and experience 'PowerPC access exception at AAFE0700',
  22. the workaround is to place the StdCLib extension in the
  23. same folders as the applications and tools which use it.  This
  24. will ensure that the correct exit code is loaded into the
  25. app/tool's context.
  26.